Method: addUsernameToUserGroup

Add an end-system username to an ExtremeControl end-system group. You can remove the username from other end-system groups.

Parameters

Name Type Description
userGroup string The end-system group name you are changing
username string The username of the end-system
description string Optional information stored in the end-system group with the username
reauthenticate boolean Set to true to force reauthentication on the affected end-system
removeFromOtherGroups boolean Set to true to remove the username from other end-system groups

Returns

The operation returns an integer error code.

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACWebService/addUsernameToUserGroup?userGroup=Administrator-User&username=jsmith&description=Example-Web-Service&reauthenticate=true&removeFromOtherGroups=true